home *** CD-ROM | disk | FTP | other *** search
- Path: csus.edu!news
- From: wleong@sfsu.edu (Jerry Leong)
- Newsgroups: comp.os.ms-windows.programmer.tools.owl,comp.lang.c
- Subject: How do I link a library to my program??
- Date: Wed, 06 Mar 1996 07:22:48 GMT
- Organization: San Francisco State University
- Message-ID: <313d3c58.4431866@news.csus.edu>
- NNTP-Posting-Host: wleong@pluto.sfsu.edu
- X-Newsreader: Forte Agent .99d/32.182
-
- Hi,
- I just started to learn progarmming in windows and I ran into a
- problem immediately.
- I have been given a library file (winsock.lib) which contains
- routines that I need to use in my program. But even if I include it
- in my project file, linker still couldn't find the routines in the
- lib. Somehow I am under the impression that I need to call certain
- functions in my progam in order to load the library into the module.
-
- Please help. Your response is greatly appreciated!
-